home *** CD-ROM | disk | FTP | other *** search
/ Windows Game Programming for Dummies (2nd Edition) / WinGamProgFD.iso / pc / DirectX SDK / DXSDK / samples / Multimedia / DirectDraw / SwitchScreenMode / switchscreenmode.rc < prev   
Encoding:
Text File  |  2001-10-08  |  2.6 KB  |  109 lines

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4.  
  5. #define APSTUDIO_READONLY_SYMBOLS
  6. /////////////////////////////////////////////////////////////////////////////
  7. //
  8. // Generated from the TEXTINCLUDE 2 resource.
  9. //
  10. #include <windows.h>
  11. #include <afxres.h>
  12. /////////////////////////////////////////////////////////////////////////////
  13. #undef APSTUDIO_READONLY_SYMBOLS
  14.  
  15. /////////////////////////////////////////////////////////////////////////////
  16. // English (U.S.) resources
  17.  
  18. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  19. #ifdef _WIN32
  20. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  21. #pragma code_page(1252)
  22. #endif //_WIN32
  23.  
  24. /////////////////////////////////////////////////////////////////////////////
  25. //
  26. // Menu
  27. //
  28.  
  29. IDR_MENU MENU DISCARDABLE 
  30. BEGIN
  31.     POPUP "&File"
  32.     BEGIN
  33.         MENUITEM "Toggle Full-Screen\tAlt+Enter", IDM_TOGGLEFULLSCREEN
  34.         MENUITEM SEPARATOR
  35.         MENUITEM "E&xit\tAlt+X",                IDM_EXIT
  36.     END
  37. END
  38.  
  39.  
  40. /////////////////////////////////////////////////////////////////////////////
  41. //
  42. // Icon
  43. //
  44.  
  45. // Icon with lowest ID value placed first to ensure application icon
  46. // remains consistent on all systems.
  47. IDI_MAIN                ICON    DISCARDABLE     "DirectX.ico"
  48.  
  49. #ifdef APSTUDIO_INVOKED
  50. /////////////////////////////////////////////////////////////////////////////
  51. //
  52. // TEXTINCLUDE
  53. //
  54.  
  55. 1 TEXTINCLUDE DISCARDABLE 
  56. BEGIN
  57.     "resource.h\0"
  58. END
  59.  
  60. 2 TEXTINCLUDE DISCARDABLE 
  61. BEGIN
  62.     "#include <windows.h>\r\n"
  63.     "#include <afxres.h>\0"
  64. END
  65.  
  66. 3 TEXTINCLUDE DISCARDABLE 
  67. BEGIN
  68.     "\r\n"
  69.     "\0"
  70. END
  71.  
  72. #endif    // APSTUDIO_INVOKED
  73.  
  74.  
  75. /////////////////////////////////////////////////////////////////////////////
  76. //
  77. // Accelerator
  78. //
  79.  
  80. IDR_MAIN_ACCEL ACCELERATORS DISCARDABLE 
  81. BEGIN
  82.     VK_ESCAPE,      IDM_EXIT,               VIRTKEY, NOINVERT
  83.     VK_RETURN,      IDM_TOGGLEFULLSCREEN,   VIRTKEY, ALT, NOINVERT
  84.     "X",            IDM_EXIT,               VIRTKEY, ALT, NOINVERT
  85. END
  86.  
  87.  
  88. /////////////////////////////////////////////////////////////////////////////
  89. //
  90. // Bitmap
  91. //
  92.  
  93. IDB_DIRECTX             BITMAP  DISCARDABLE     "directx.bmp"
  94. #endif    // English (U.S.) resources
  95. /////////////////////////////////////////////////////////////////////////////
  96.  
  97.  
  98.  
  99. #ifndef APSTUDIO_INVOKED
  100. /////////////////////////////////////////////////////////////////////////////
  101. //
  102. // Generated from the TEXTINCLUDE 3 resource.
  103. //
  104.  
  105.  
  106. /////////////////////////////////////////////////////////////////////////////
  107. #endif    // not APSTUDIO_INVOKED
  108.  
  109.